/*--------------------------------------------------|
| dTree 2.05 | www.destroydrop.com/javascript/tree/ |
|---------------------------------------------------|
| Copyright (c) 2002-2003 Geir Landrö               |
|--------------------------------------------------*/

/**************************
dTree
**************************/

.dtree {
	font-family: Arial, Verdana, Helvetica;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: bold;
	white-space: nowrap;
}
.dtree img {
	border: 0px;
	vertical-align: middle;
}
.dtree a {
	color: #AAA;
	text-decoration: none;
}
.dtree a.node, .dtree a.nodeSel {
	white-space: nowrap;
	padding: 1px 2px 1px 2px;
}
.dtree a.node:hover, .dtree a.nodeSel:hover {
	color: #FFFFFF;
	text-decoration: bold;
}
.dtree a.nodeSel {
	background-color: #444;
	color: #FFFFFF;
	
}
.dtree .clip {
	overflow: hidden;
}
.Body {
	
            
}

.sideshade {
            width:210px;
	    min-height: 100%;
            text-align:left; 
            background-color: #222;
/* background: #222 url(img/left-bg.jpg) repeat-y 0% 0; */

}
.topshade {
            width:100%;
	    height:100%;
            text-align:left; 
            background-color: #222;
}
